home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 January: Mac OS SDK / Dev.CD Jan 00 SDK1.toast / Development Kits / Mac OS / Control Strip / Control Strip Sample / MakeFile < prev    next >
Encoding:
Makefile  |  1994-09-14  |  960 b   |  28 lines  |  [TEXT/MPS ]

  1. ##########################################################################################
  2. #
  3. #    file:        MakeFile
  4. #
  5. #    contains:    make file for building a simple sample Control Strip module
  6. #
  7. #    author:        SC        [8/29/93]
  8. #    modified:    DTS        [06/07/94]        rename files, comments to reflect name is
  9. #                                        Control Strip (as opposed to Status Bar)
  10. #
  11. #    Copyright © 1993 by Apple Computer, Inc.  All rights reserved.
  12. #
  13. ##########################################################################################
  14.  
  15. ControlStripSample    ƒƒ    ControlStripSample.r                            ∂
  16.                         ControlStripSample.h
  17.     rez -o ControlStripSample -t sdev -c Samp -rd ControlStripSample.r
  18.     SetFile -a B ControlStripSample
  19.  
  20. Sample.c.o            ƒ    ControlStripSample.c                            ∂
  21.                         ControlStripSample.h                            ∂
  22.                         ControlStrip.h
  23.     c -b -mbg off ControlStripSample.c
  24.  
  25. ControlStripSample    ƒƒ    ControlStripSample.c.o                            ∂
  26.                         ControlStripSample.r
  27.     link  -o ControlStripSample -rt sdev=0 -rn ControlStripSample.c.o
  28.